Hi!!
I've got this problem with stored procedures in SQL Server.
I have this table that has 3 fields. The 3rd field is supposed to store the first letter of the 2 other fields. How do I go about doing that using a stored procedure? Also I've never seen IF statements in stored procedures so I'm assuming it can't be done. Is this right?
I've got this problem with stored procedures in SQL Server.
I have this table that has 3 fields. The 3rd field is supposed to store the first letter of the 2 other fields. How do I go about doing that using a stored procedure? Also I've never seen IF statements in stored procedures so I'm assuming it can't be done. Is this right?