Search results

  1. V

    rename a column

    Hi, i want to rename a column name "id to concept_id" through sql query please send me the query. as soon as possible thanks in advance..
  2. V

    referesh a table

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

    referesh a table

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

    help to take value into a variable

    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...
Back
Top Bottom