sql create_a_view_for_air

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql create_a_view_for_air相关的知识,希望对你有一定的参考价值。

CREATE VIEW air_a630_g3_latest_compiler_release AS SELECT * FROM air_promote_records WHERE project = 'a630' AND air_group = 3 AND component = 'compiler' AND status_info = 'REL_DONE' AND air_promote_vid > (SELECT MAX(air_promote_vid) FROM air_promote_records WHERE project = 'a630' AND air_group = 3 AND component = 'compiler' AND status_info = 'REL_USED' ) ORDER BY air_promote_vid ASC LIMIT 1

以上是关于sql create_a_view_for_air的主要内容,如果未能解决你的问题,请参考以下文章