Toggle navigation
Log-in
myITGuide
Page Index
User Index
Application Index
Global
Wiki Index
Home
Blog
Links
Database
SQL Server
Cassandra
BigData
PostgreSQL
Redis
MariaDB
MongoDB
Tools
T-SQL
Powershell
Python
Scala
R
Jupyter
Java
Solution
Streaming
Spark
Storm
Search
Solr
ElasticSearch
Kafka
Puppet
Kibana
Docker
Kubernetes
OS
Windows
Linux
About
About Us
Email Us
T-SQL
Wiki source code of
T-SQL
Last modified by
Billie D
on 2021/02/11 20:08
Show line numbers
{{velocity}} #set ($columnsProperties = { 'doc.title': {"type":"text","size":20,"link":"view"}, 'doc.location': {"type":"text","size":10,"html":true}, 'doc.date': {"type":"text","size":10}, 'doc.author': {"type":"text","size":10,"link":"author"}, '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} }) #set ($options = { 'className': 'T-SQL.Code.T-SQLClass', 'translationPrefix': 't-sql.livetable.', 'tagCloud': true, 'rowCount': 15, 'maxPages': 10, 'selectedColumn': 'doc.title', 'defaultOrder': 'asc' }) #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) #livetable('t-sql' $columns $columnsProperties $options) {{/velocity}}