Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for like_to_learn

hai, My requirement is given below. In my application one LOV is there to show Insured names.In that if we query for the name like ahemd's% then it is showing wrong(junk) data..................So,my question is how to add single quote to already existing single quote.........................I tried in many ways but I …

Member Avatar for pratik_garg
0
3K
Member Avatar for evk_87

[code=sql]CREATE TABLE duptest ( Id varchar(5), nonid varchar(5)); INSERT INTO duptest VALUES('1','a'); INSERT INTO duptest VALUES('2','b'); DELETE FROM duptest WHERE rowid NOT IN (SELECT max(rowid) FROM duptest GROUP BY id);[/code] Then you can get the unique records.........................

Member Avatar for alit2002
0
192
Member Avatar for rakeshiapps

I think below queries may help you......................... To see the one day before data, use the following Query: [icode]select * from <table_name) as of timestamp (systimestamp - interval '1' day)[/icode] To see the one Hour before data, use the following Query: [icode]select * from <table_name) as of timestamp (systimestamp - …

Member Avatar for like_to_learn
0
116
Member Avatar for sqlstarz

you need to write exit condition for outloop.and one more thing,you need to Decrement the counter value in inner loop ,otherwise it will run for infinite times........................Fist of all you just avoid lables,it will degrade the performance............................. you can run below code to run this for one time likewise you …

Member Avatar for like_to_learn
0
159
Member Avatar for sunny101

why can't you use 'least' function to get the oldest(Greatest) date..... your requirement is to get Greatest(Oldest) date right?,So you can use "least" function instead of "greatest" function.......... I think it will help you ..........................

Member Avatar for like_to_learn
0
136
Member Avatar for Mohandsa

you need to handled this in "WHEN-LIST-CHANGED" EX: table name A,field name :question question: what is the result of 10+5? 1)25 2)35 3)15 4)45 you know that which is the answer for that question,right? here answer is 3 So, you need to write code like declare var1 number;--(to store ques …

Member Avatar for like_to_learn
0
127
Member Avatar for guravharsha

If your application is developed in forms means,It is very easy to handle......In forms so many pre-defined functions are avaliable to handle all thease things...................

Member Avatar for like_to_learn
0
157
Member Avatar for bondo

Hai Bondo, you will never get 3 for the above code..please check it once again...........................

Member Avatar for like_to_learn
0
194

The End.