sourabhjha
Programmer
I have to write a stored procedure which takes a comma delimited string as input parameter and then inserts each of those string parts into a table..say incoming string is "10,20,30" then i need to insert 10,20 and 30 as three diff rows in a table.......so can can someone you tell me the syntax for string manipulation functions like substring,index of and all..or some site where i can get all these syntaxes....
and i also need the syntax for one one date functions something like getnextdate which gives me the next date given a date...
Thanks in advance
-Sourabh
and i also need the syntax for one one date functions something like getnextdate which gives me the next date given a date...
Thanks in advance
-Sourabh