且构网

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

asp.net rowset示例

更新时间:2022-10-15 23:25:57

要仅选择一列,您只需在查询中指定列名称



  SELECT  ColumnName 
FROM TableName





如果你问别的话,请在你的问题中提供更多信息。


How to do the connectivity to show only one column values from sql server

To select only one column you just need to specify the column name in the query

SELECT ColumnName
FROM TableName



If you''re asking something else then please give more information in your question.