我想根据条件显示输入字段的工具提示,这是我使用的以下代码片段.我想根据特定变量显示工具提示.
<input type="text" class="form-control error-tooltip"
focusFirst="false" ngbTooltip="{{error}}"
placement="bottom"
triggers="manual" #t="ngbTooltip">
Run Code Online (Sandbox Code Playgroud) 我可以使用任何特殊字符作为表列的别名吗?
例如:select id as #,first_name,last_name from student;