Computer >> 컴퓨터 >  >> 프로그램 작성 >> MySQL

SAP DB에서 특정 월부터 SQL 쿼리 실행

<시간/>

T0.name이 char 파일이면 다음과 같이 Order By를 대체해야 합니다. -

order by
case when cast(left (T0.Name,2) as int)>=8
   then cast(left (T0.Name,2) as int)-8
   else cast(left (T0.Name,2) as int)+4
 end