Guest User

Untitled

a guest
Aug 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.21 KB | None | 0 0
  1. "SELECT Film.Name FROM [Film],[Directed],[Artist] WHERE Artist.type = " + 0 + " AND (Artist.name+' '+Artist.surname) LIKE '%" + TextBox1.Text + "%' AND Directed.id = Artist.id AND Directed.film_code=Film.film_code"
Add Comment
Please, Sign In to add comment