![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use of functions | amitrajvarma | Shell Programming and Scripting | 1 | 11-23-2007 06:52 AM |
| ksh functions | scriptingmani | Shell Programming and Scripting | 3 | 07-06-2007 08:15 AM |
| functions in | Raom | Shell Programming and Scripting | 6 | 07-21-2006 04:06 AM |
| Regarding functions | sendhilmani | Shell Programming and Scripting | 2 | 03-24-2006 04:40 AM |
| FTP functions | hzambra | High Level Programming | 3 | 05-03-2002 02:06 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Analytic functions in Pro*c
Hi All,
when I use the following analytic function in sql prompt, i am getting the result count(emp_no) over (partition by emp_no ) /* select count(emp_no) over (partition by emp_no ) from temp */ but when i use the same analytic function in Pro*c i get the following error Error at line 160, column 36 in file test.pc count(emp_no) over (partition by emp_no) ...................................1 PCC-S-02201, Encountered the symbol "(" when expecting one of the following: , into, from, Error at line 0, column 0 in file test.pc PCC-F-02102, Fatal error while doing C preprocessing rm: sef_msel.c: No such file or directory make: The error code from the last command is 2. Can you advice me how to use analytic function in Pro*c? Thanks... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|