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...