|
||||||
| Database & Database Programming MySQL, Oracle, SQL, PL/SQL, ABAP, Smart Forms, and other databases and languages. A database is an organized body of related information used in many websites (including CC). |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Using Oracle 9 and Toad
Code:
SELECT * FROM charts.flow WHERE UserID in ('3','4');
Still didn't work. I'm using Toad to do all this by the way. Next, I did the "Query Builder" where you actually select the databases and tables from a selection chart which built the exact same query!!!! This same query works fine in the Oracle 8 database. Any ideas?
__________________
Hi >> Saint |
| Sponsored Links |
|
|
|
|||||
|
Try using quotes around the table name. I've seen Oracle 9 behave this way.
Code:
SELECT * FROM "charts.flow" WHERE UserID in ('3','4');
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Access database query using sql help !!! | ORACLE | Visual Basic Programming | 4 | 04-16-2007 02:12 PM |
| Can someone tell me what is wrong with this vector? | phantom3380 | C and C++ | 2 | 04-13-2007 04:47 AM |
| Clear my sql query? | reachpradeep | Database & Database Programming | 0 | 03-04-2007 01:25 AM |
| What is wrong with this code convertion ? | Jophry | C and C++ | 1 | 01-04-2007 01:10 PM |
| Something wrong... | MrDiaz | The Lounge | 5 | 07-15-2006 01:57 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%