且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

DataGridView,其中两个表中的列和行均按where条件过滤

更新时间:2023-02-05 18:50:32

对于选择查询,您可以尝试以下操作:
For select query, you can try this:
Select   H.dept_id , SEQ ,time_stamp , dept _name
From History H inner join Departments D on D.dept_id  = H.dept_id
Where   seq = v_input_seq