- create or alter procedure select_profile_data
- @id int
- as
- begin
- select COUNT(*) from Table1 where U_ID=@id,
- select COUNT(*) from Table2 where U_ID=@id
- end;
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Nov 20, 2017, 10:06 AM
Posted Nov 21, 2017, 11:00 AM