Want to build the ChatGPT based Apps? Start here
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Henrik Visby
2.2k
2
7.2k
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