Hi
im joining two tables ,its displaying all the rows from 2 tables
the results must filter by where condition..
how to give where condition?
string sql = "SELECT Files.file_name, Files.reference1, Files.rack_name, Files.wardrobe_name, Files.created_date, Documents.tag1, Documents.document_type, Documents.title,Documents.date FROM Documents CROSS JOIN Files where Documents.tag1='" + keyword + "' or Documents.tag2='" + keyword + "' or Documents.tag3='" + keyword + "' or Documents.tag4='" + keyword + "';";