Open in app
Home
Notifications
Lists
Stories

Write
subin alex
subin alex

Home

Dec 3, 2020

When will i finish this book?

When will i finish this book? I somehow feel these days its very difficult to finish reading a book.When you buy a book , you get so fired up seeing the new book with colorful cover and nice smelling pages.But after 45/50 pages, you just starting to skim over remaining…

Bookreading

2 min read


Aug 30, 2020

Oracle SQL — Merge into example

Merge is a good technique to updating values quickly . If you want to update values in a big table from a table(with only columns meant for update) , you may write the code like below…. PS -> If you have indexes created on the columns of match , the merge update will be faster. Now the code is …. Merge /*+ PARALLEL */ into <schema>.<table> t1 using (select col1 , col2 from <schema>.<table> ) t2 on t1.<join column > = t2.<join column>

1 min read

subin alex

subin alex

I am a software engineer.Onewho gets bored like normal people

Following
  • The Good Men Project

    The Good Men Project

  • David O.

    David O.

  • Gunnar De Winter

    Gunnar De Winter

  • David Herron

    David Herron

  • Carlyn Beccia

    Carlyn Beccia

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable