Skip to content

Commit e54af3f

Browse files
authored
Update README.md
table shame commit
1 parent 7de7187 commit e54af3f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ $db = new DatabaseController(DBHost, DBName, DBUser, DBPassword,connection);
1717

1818
?>
1919
```
20+
21+
22+
23+
Basic Table // use northwind
24+
------------
25+
26+
#### table "orders"
27+
28+
| OrderID | EmployeeID | ShipName
29+
|:-----------:|:------------:|:------------:|
30+
| 10249 | 6 | red
31+
| 10250 | 4 | yellow
32+
| 10251 | 3 | green
33+
| 10252 | 4 | yellow
34+
| 10253 | 3 | red
35+
36+

0 commit comments

Comments
 (0)