摘要:
At first, I just want to learn SQL Server / T-SQL, which I hope can replace MySQL. Then, I was attracted by Azure. And I was trying to deploy Nodejs a 阅读全文
摘要:
There are several approaches to achieve so. Just list out all approaches I have tried: Approach 1: select from INFORMATION_SCHEMA.TABLES Example: Appr 阅读全文
摘要:
To insert data to IMAGE/TEXT (both keywords are recommend to replace with nvarbinary(MAX)/nvarchar(MAX) column, the T-SQL scripts as following: The OP 阅读全文
摘要:
The basic usage of LIKE pattern: %: it would be placed at the end and/or the beginning of a string. _: it looks at a string, but only for a single cha 阅读全文
摘要:
1. 使用DateTimePicker控件 VBA中默认的User Form的Toolbox中的控件并不包含DateTimePicker,是接受时间相关数据的输入,在Toolbox上右击“Additional Controls”,在弹出的对话框中选择“Microsoft Date and Time 阅读全文