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
~6K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for rlaknar

HI, You can find your tables last/or first row by creating a query of in line view as: [code=sql]select b.emp_id,b.last_name,b.first_name from (select rownum,emp_id,last_name,first_name from employee order by emp_id desc) b where rownum=1;[/code] OR if you wanna to select the last row of a table by inserting time then write as …

Member Avatar for arshadshabbir
1
5K
Member Avatar for mir77

Dear friends, Plz tell me , how can i detect the pc's ip address from oracle software dynamically?

Member Avatar for debasisdas
0
88
Member Avatar for mir77

Dear Programmers, How can I dispaly and insert other language (Arabic/hindi/bangla/chinees etc) through form level field at run time window directly by keyboard???.

Member Avatar for debasisdas
0
94
Member Avatar for saifulhaq

Mr. Safi, This type of problem is not theoritical. It depends on user requirements. So go to your clients and get the information and try to understand their business rules. Ok?

Member Avatar for debasisdas
0
95
Member Avatar for y@hoo

Use group by clause and use group_column>1 in the where condition

Member Avatar for mir77
0
144
Member Avatar for mandar2886
Member Avatar for rambo123

Morely delete command delete the data but not memory capture by row but truncate delete the rows and release the space captured by rows. mir77

Member Avatar for debasisdas
0
118
Member Avatar for creativehacker

[code=sql]select count(deptno), dname from dept group by dname having count(deptno)>1[/code]

Member Avatar for mir77
0
107

The End.