{ Response.Write("Saras IT"); }
{ Response.Write("Saras IT"); }
Name “Hello, world!” Caption “Saras IT”
SET @hello_world = ‘Saras IT’ PRINT @hello_world
INSERT INTO hello_world VALUES (‘Saras IT’); EXEC SQL COMMIT;
set hellostring=Saras IT echo %hellostring%