User Profile
Collapse
-
First statement is correct. firstly get the list which falg is 'Y'. then will check with all id's.. -
Second statement is fine.. First having issue because you are using "desc" as column name. It is not possible as "desc" is reserved key word for sorting a column.. create table that having column name as "name" and "descriptio n". Then insert into that.. :)Leave a comment:
-
Sorry for confusion.. Answer should be look like:
"Joyare doi"Leave a comment:
-
Having issue while extracting required part from a string
I have a string, and i want a specific part from that. String is: "Hello how are you doing." I want 4 letter after word "how" and 4 letter after word "you". Also want to add additional string in front that is Joy.
So my final output should be like, "Joyare doi"
Thanks
No activity results to display
Show More
Leave a comment: