Skip to content

SQL Server

Lowy Shin edited this page Jun 30, 2021 · 6 revisions

Functions

JSON Query

JSON Query can be used over sql server 2015(?).

  • You must filter to existed data, or get error
select * 
from (
	select top 200 * 
	from <tablename>
	where <jsonfield> like '%status%'
) A
where
	JSON_VALUE(<jsonfield>, '$."status"') = 0

Translate this page?

Data(DBMS, NoSQL)

Development

Tools

Management

OS

Hardware

Business

Hobby

Lifestyle

Giip(RPA Engine)

Clone this wiki locally