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
Henrik Visby
NA
2
7.7k
C# SQL Select from multiple tables
Oct 24 2014 3:46 AM
Hey C# Corner,
I have the following line:
minDat = new SqlCommand("SELECT * FROM Data WHERE (FileName like '%.html' or FileName like '%.htm') and ocrconvert = 0", cnn).ExecuteReader();
I want to SELECT * FROM Data and TestTable
So is is possible in that line to make it able to select everything from multiple tables?
Best regards
Reply
Answers (
2
)
How to gridview Column Decrease in C#
Compute average via linq after group