Skip to content

Instantly share code, notes, and snippets.

@AbinashBishoyi
Last active December 15, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbinashBishoyi/5238389 to your computer and use it in GitHub Desktop.
Save AbinashBishoyi/5238389 to your computer and use it in GitHub Desktop.
Thanks to Aka...
my $qry = "SELECT * FROM table WHERE UPPER(name1) LIKE DECODE(NVL('" . $start . "',0),0,'%" . $contain . "%','" . $start . "%') AND UPPER(name1) LIKE DECODE(NVL('" . $contain . "',0),0,'" . $start . "%','%" . $contain . "%') ORDER BY .....";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment