HI friends,
i droped a table.now when i come back to my database this table can be seen there untill i did not referesh(f5).
is there any sql query which can perform same task as f5
Thanks in advance
HI friend,
i droped a table.now when i come back to my database this table can be seen there untill i did not referesh(f5).
is there any sql query which can perform same task as f5
Thanks in advance
Hi All,
I declared a variable x, now i want to select count of rows of a table into x
i m new user and i tried like this
select count(*) into x from <table>;
y=x;
where y is another variable
but when i m executing this all code it will create a table as x and insert this count into x but i want...