I am Fairly new to Sql.
I'm currently trying to write a store procedure to select data from a table(celebtopt en) in my db.
i need to write a line of code which will count the number of entries in the Table(celebtopt en) and display it based on an id(celebTTId) .
i also need it to place this value into (NumAnswer)
id appreciate any help
I'm currently trying to write a store procedure to select data from a table(celebtopt en) in my db.
i need to write a line of code which will count the number of entries in the Table(celebtopt en) and display it based on an id(celebTTId) .
i also need it to place this value into (NumAnswer)
id appreciate any help
Comment