Monday, 11 February 2013

Page redirect after a certain time in html


<html>
<head>
<meta http-equiv="refresh" content="10; URL=http://www.yahoo.com" />
<title>HTML Redirect</title>
</head>

<body>
Wait Redirecting ....
</body>
</html>

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...