Tuesday, March 04, 2014

Stored Proc Place holder to be filled later example

SELECT

Field1,
Field2,
Field3,
' ' AS FieldName,
FROM tbl_name
WHERE field = @param


Later fill this with the data you need.

No comments:

Accessibility Basics for Web Developers

Understanding Web Accessibility Definition and Importance Web accessibility refers to the design and development of websites, tools, and...