Search found 1 match

by awais290
09 Dec 2013 14:59
Forum: DOS Batch Forum
Topic: wants to check whether the table is present or not.
Replies: 2
Views: 2950

wants to check whether the table is present or not.

Hi,



sqlplus "abc/abc@db1" @ test.sql

test.sql
--------

select count(*) from table1;

if the table is present in the DB then i want to continue test.sql script. other wise exit. please suggest.