sql server - display in TextBox working with 3 table -
I have 3 tables as:
I have a dropdown list and I want to display" LIBEL "(table 'grade') which is the table 'Evolutiongrade' (main Table) according to "PPR" in the 'Agent' table.
Working with SQL Server: This is my query, I do not know that this is correct, I have to display it in Table Grade in Libell Text box where grade codeodgrad = EvolutionGrade.codegrade (that Sort sommeting) according to the PPR in the table agent. Thank you
Choose the codegread from the grade (where the code grade = (select the codegrain from the agent where PPR = @ PPR) update grade set Libell = @LLGLad = where the codegraad = (from Agent to Codegrad Select, where PPR = @PPR) is inserted into the grade (Libel) values (@lblgrade)
Why do you have 2 identical table columns? Primary keys should be different from other columns. No Eval_num?
Comments
Post a Comment