TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gomathi Palaniswamy
NA
3.5k
2.2m
Help
Sep 21 2010 6:20 AM
Sir/Madam,
I have doubt with calling stored procedure from front end.
Create Procedure ProcedureName
(@Input1 DataType
@Input2 DataType)
AS
Begin
SELECT * FROM Table1
Insert INTO Table1 VALUES(@Input1, @Input2)
End
In the above procedure how to get value for select command.
With Regards,
Gomathi.P
Reply
Answers (
4
)
How to use IN statement with ORDER BY asc/desc in ORACLE/SQL queries?
SQL tables for a chat app