use qswl_cjwz
declare @a int
set @a=5

if @a>9
print 'this num more than 9'
else
print 'this num less than 9'

==========================================

---------------------------------------
--select * from news
select replicate(title,2)from news

结果:政务公开政务公开 (本来只有一个政务公开)
政务公开政务公开
政务公开政务公开
政务公开政务公开
新农村1新农村1

相关文章:

  • 2021-09-05
  • 2021-07-04
  • 2021-05-20
  • 2021-08-27
  • 2021-11-11
  • 2019-12-12
  • 2022-01-27
猜你喜欢
  • 2021-12-15
  • 2021-05-21
  • 2022-03-08
  • 2022-01-03
  • 2021-09-26
  • 2022-12-23
  • 2021-07-22
相关资源
相似解决方案