更新产品数据表(product)中id为$id的点击率(hits),下面正确的是
A、select*fromproductwhereid={$id};
B、selecthitsfromproductwhereid={$id};
C、updateproductsethits+1whereid={$id};
D、updateproductsethits=hits+1whereid={$id}
发布时间:2024-12-08 15:46:30
A、select*fromproductwhereid={$id};
B、selecthitsfromproductwhereid={$id};
C、updateproductsethits+1whereid={$id};
D、updateproductsethits=hits+1whereid={$id}