Viewing 11 posts - 1 through 12 (of 12 total)
Yes i does ! Thanks a lot Lynn! 🙂
April 5, 2013 at 10:49 am
hey lynn !
Table DDL:
USE [OEAS]
GO
/****** Object: Table [dbo].[51] Script Date: 04/05/2013 21:16:07 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[51](
[ID] [bigint] IDENTITY(1,1) NOT NULL,
[Exam_ID] [bigint] NOT...
April 5, 2013 at 10:20 am
Lynn yes i didnt ! I just saw the format in which things were placed in the article!
Table DDL:
USE [OEAS]
GO
/****** Object: Table [dbo].[51] Script Date: 04/05/2013...
April 5, 2013 at 10:13 am
hey Lynn! i attached two images one image is displaying the sample data and the other is the output m getting ! I need the output as
Id1;...
April 5, 2013 at 9:59 am
Hey Lynn!
its returning the last row while it should return all rows with sec ID 1
Can u help in that case please :crying:
April 5, 2013 at 9:45 am
Hey SSCarpal Tunnel !
I want the output in variable @Q_Id as Id ; Question_id | Id ; Question_id|
and right noe m getting null in the variable .
I tried :
set @table_query='SELECT...
April 5, 2013 at 9:14 am
Hey MM ! I tried doing it , its still not working !
April 5, 2013 at 9:09 am
In database [Section_ID] has datatype bigint
April 5, 2013 at 12:04 am
Viewing 11 posts - 1 through 12 (of 12 total)