新建 文本文档.txt

来自「网上购物系统,相信看后会有很大收获,用java,jsp,servlet编写」· 文本 代码 · 共 5 行

TXT
5
字号
select product.productid as productid,
  product.name as name,item.listprice as listprice,
  item.unitcost as unitcost,item.itemid as itemid,
  item.supplier as supplier from product as product,
  item as item where product.category='A' and product.productid=item.productid and item.status='1'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?